-
21 code
1) код || кодировать3) (машинная) программа || программировать4) код, (машинное) слово (напр., команда)•- absolute code
- abstract code
- access code - address code
- alphanumeric code
- alphameric code
- alphabetical code
- alphabetic code
- amplitude code
- ASA code
- attribute-control code
- augmented operation code - balanced code
- bar code
- baseline code
- basic code
- basic order code
- Baudot code
- binary code
- binary decimal code
- binary-coded decimal code
- biquinary code
- block code
- block structured code
- Bose-Chaudhuri code
- brevity code
- bug-arresting code
- burst error correcting code
- cable code
- call directing code
- call direction code- cap code- character code
- check code
- checkable code
- Chinese binary code
- color code
- column binary code
- comma-free code
- command code
- compiler-produced code
- completion code
- computer code
- conditional code
- condition code
- constant ratio code
- continuous progressive code - convolution code
- convolutional code
- correcting code- CP code- cyclic code
- cyclic permuted code
- data code
- data conversion code
- data link code - dense binary code
- deposited source code
- destination code
- device code
- digital code
- direct code
- directing character code
- dot-and-dash code
- double-error correcting code
- eight channel code
- entry code - error-checking code
- error-control code
- error-correcting code
- error-detecting code
- error-detection code
- error-limited code
- escape code - executable code
- exit code
- exponent code
- extended mneminic code
- external readable code
- factorable code
- false code
- fault code
- feature code
- Fire code
- five bit code
- five channel code
- forbidden-character code
- forbidden code
- format code
- four-adress code
- fragile code
- frequency code
- function code
- Gray code
- group code
- Hamming code
- hash code - Huffman code
- identification code
- identifying code
- illegal code
- improper code
- in-line code
- inner code
- instantaneously decodable code
- instruction code
- internal code
- interpretive code
- inverted code - line code
- linear code
- line-feed code
- lock code
- machine code
- machine-instruction code
- machine-language code
- machine-operation code
- machine-readable code
- machine-treatable code
- magnetic bar code
- magnetic tape code
- Manchester code
- message-format code
- micro code
- minimum-access code
- minimum-delay code
- minimum-distance code
- minimum-latency code
- minimum-redundance code
- mnemonic code
- modified binary code
- modular code
- modulation code - Muller code
- multiple-address code
- multiple-error correcting code
- N-adjacent code
- name code
- N-ary code
- native code
- natural binary code
- N-bit code
- N-error correcting code
- N-level code
- noise combating code
- nonconsistently based code
- nonexistent code
- nonprint code
- nonreproducing code
- non-return-to-zero code
- nonsystematic code
- nonweighted code
- N-place code
- number address code
- number code
- numerical code
- numeric code
- N-unit code
- object code
- one-address code
- one-dimensional code
- one-level code
- one-out-of-ten code
- op code
- operand code
- operation code
- optimum code
- order code
- outer code
- own code
- paired-disparity code
- paper tape code
- parallel code
- parity-checking code
- parity-check code
- perforated tape code
- permutation code
- permuted code
- personal-identification code
- phonetic code
- physical-hardware-dependent code- positional code- position code
- position-independent code
- precedence code
- print restore code - pseudocyclic code
- pseudorandom code
- pulse code
- punched card code
- punched tape code
- pure code
- quibinary code
- ready-to-run code
- recurrent code
- redundant code
- Reed-Muller code
- Reed-Solomon code
- reenterable code
- reentrant code
- reflected binary code
- reflected code
- relative code
- relocatable code
- repertory code
- reproducing code
- residual class code
- residue code
- restricted-magnitude-error correcting code
- retrieval code
- return code
- return-to-zero code
- routing code
- row-binary code
- safety code - self-checking code
- self-complementaring code
- self-complementing code
- self-correcting code
- self-demarcating code
- separable code
- serial code - severity code
- Shannon code
- short computer code
- short code
- sign code
- signal code
- significant-digit subset code - single-address code
- single-error correcting and double-error detecting code
- single-error correcting code
- single-error detecting code
- single-parity code - skip code
- source code
- space code
- space-efficient code
- specific code - status code
- Stone's code
- stop code
- straight binary code
- straight-line code
- strip code
- syllable code
- symbol code
- symbolic code
- systematic error checking code
- tape code
- task code
- telecommunication code
- telegraph code
- teleprinter code
- teletype code
- ternary code
- threaded code
- three-adress code
- throw-away code
- time code
- timing code
- trace back code
- transmission code
- transmitter-start code
- triple-error correcting code
- two-address code
- two-out-of-five code
- two-rail code
- uniquely decipherable code
- uniquely decodable code
- unitary code
- unit-distance code
- unused code
- variable-length code
- viral code - weighted code
- weighted-checksum code - zero-address code
- zone codeEnglish-Russian dictionary of computer science and programming > code
-
22 code
1. код; шифр; условное обозначение/ кодировать; шифроватьAda codeAda software codecomputer codefinite-element codeflight test codefree-vortex sheet codehover codeicing codeJovial software codelightning computer codelimit state codeMach box codemarching codeNavier-Stokes codepanel codeparabolized Navier-Stokes codePNS coderotor codesimulation codesizing codestructural codestructural analysis codesynthesis codeTNS codetransonic codetransonic Navier-Stokes codetwo-phase codewing codewing-body code -
23 test shim
"A type of test fake that works by introducing a detour to the entry point of methods or properties that are called by a unit under test. The shim is executed instead of the existing code, and is under the control of the tests. A shim can be applied to any code, even if it was not designed to be isolated during testing." -
24 test code
тестовая программа; исходный текст тестаесли тестовая программа используется для сертификации ПО, она должна разрабатываться особенно тщательно и должна проверять каждую функцию данного ПО. Такие программы характеризуется способностью обеспечить приемлемое покрытие операторов (statement coverage) и покрытие требований (requirements coverage).The team involved in certifying an avionics or medical product may need to write tens of thousands of lines of test code. — Группе, занимающейся сертификацией продуктов для авиационной или медицинской электроники, может потребоваться написать тестовые программы объёмом в несколько десятков тысяч строк см. тж. certification, code, software metrics, structural coverage, testing
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > test code
-
25 test stub
A type of test fake that is an alternative implementation of an interface or class that is called by a unit under test. The test stub is under the control of the unit tests. Designing a system so that its parts can be replaced by test stubs results in more flexible code. -
26 test coverage
определяет, насколько данный тест (test suite) охватывает проверкой все нужные объекты и предусмотренные функции системы; выражается в процентахАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > test coverage
-
27 test adapter
The code assembly that is responsible for loading a particular type of test.محوّل الاختبار -
28 Test Effectiveness
A report that communicates the amount of code covered or exercised for a particular test run. -
29 code and unit test
-
30 code coverage
A technology that includes adding instructions to an existing assembly or artifact and that enables Visual Studio to monitor the code paths that are touched by a test. -
31 test harness
1) Общая лексика: стендовая программа (тж. тестовая программа; небольшая программа для тестирования программных компонентов, предназначаемых для последующего встраивания в более крупную систему; зачастую содержит заглушки (stub), имитирующие поведение от)3) Вычислительная техника: тестовая программа -
32 code coverage
метрика программного продукта - количественный показатель, который говорит о том, какая часть исходного кода приложения реально проверяется при прогоне поблочных тестов (см. unit testing) для этого приложенияАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > code coverage
-
33 code set
test set — набор тестов; тестовая последовательность
-
34 test transaction
-
35 test chart
-
36 test set
-
37 code generation
test generation — формирование теста; генерация теста
noise generation — возникновение помех; генерация помех
generation rate — скорость образования; частота генерации
English-Russian dictionary of Information technology > code generation
-
38 code sequence
English-Russian dictionary of Information technology > code sequence
-
39 test generation
noise generation — возникновение помех; генерация помех
generation rate — скорость образования; частота генерации
English-Russian dictionary of Information technology > test generation
-
40 test number
English-Russian dictionary of Information technology > test number
См. также в других словарях:
Model Penal Code test — Mod·el Penal Code test n: substantial capacity test Merriam Webster’s Dictionary of Law. Merriam Webster. 1996 … Law dictionary
Test Anything Protocol — The Test Anything Protocol (TAP) is a protocol to allow communication betwen unit tests and a test harness. It allows individual tests (TAP producers) to communicate test results to the testing harness in a language agnostic way. Originally… … Wikipedia
Test-driven development — (TDD ) is a software development technique consisting of short iterations where new test cases covering the desired improvement or new functionality are written first, then the production code necessary to pass the tests is implemented, and… … Wikipedia
Code coverage — is a measure used in software testing. It describes the degree to which the source code of a program has been tested. It is a form of testing that inspects the code directly and is therefore a form of white box testing.[1] Code coverage was among … Wikipedia
Test de paternite — Test de paternité Pour l’article homonyme, voir Test de paternité (Dr House). Un Test de paternité est une pratique scientifique basée sur l analyse de l ADN de deux personnes faite dans le but d établir un lien de parenté génétique… … Wikipédia en Français
Test de kolmogorov-smirnov — En statistiques, le test de Kolmogorov Smirnov est un test d hypothèse utilisé pour déterminer si un échantillon suit bien une loi donnée connue par sa fonction de répartition continue, ou bien si deux échantillons suivent la même loi. Sommaire 1 … Wikipédia en Français
Test logiciel — Test (informatique) En informatique, un test (anglicisme) désigne une procédure de vérification partielle d un système informatique. Le but en est de trouver un nombre maximum de comportements problématiques du logiciel, car il est impossible de… … Wikipédia en Français
Test unit — Test unitaire Pour les articles homonymes, voir Test. En programmation informatique, le test unitaire est un procédé permettant de s assurer du fonctionnement correct d une partie déterminée d un logiciel ou d une portion d un programme (appelée… … Wikipédia en Français
Test Automation FX — is a Windows GUI test automation framework for Visual Studio 2005 and Visual Studio 2008. Test Automation FX requires no special knowledge when it comes to custom made scripting language, since it stores all test logic in .NET code. The test… … Wikipedia
Test management — is the activity of managing some tests. A test management tool is a Software used by Quality Assurance team to manage the tests (automatic or not) that have been previously specified. It is often associated with an Automation software. Test… … Wikipedia
Test (unix) — test est une commande Unix qui permet de créer des expressions conditionnelles. Sommaire 1 Syntaxe 2 Description 3 Fonctions 3.1 Fonctions de chaînes de caractères … Wikipédia en Français